.range{
	position: relative;	
	height: 40px;
	margin: 0;
	width: 100%;
	/*overflow: hidden;*/
}
.chunk-one,.chunk-two{
	position: absolute;
	left: 0;
	top: 8px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fff;
	z-index: 10;
	cursor: pointer;
	transition: all .05s linear; 
	border: 1px solid #efefef;
	box-shadow: 2px 2px 3px rgba(200,200,200,0.4);
	box-sizing: border-box;	
	text-align: center;
}
.range .chunk-two{
	left: 100%;
}
.chunk-one strong,.chunk-two strong{
	/* display: none; */
	text-align: center;
	font-weight: normal;
	padding-top: 18px;
	display: inline-block;
	margin: auto;
	font-size: 12px;
}
.strip-one,.strip-two{
	position: absolute;
	left: 0;
	top: 17px;
	height: 2px;
	width: 100%;
	background-color: #bbbbbb;
}
.strip-two{
	width: 100%;
	background-color: #abb618;
}